* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #F6FBF4;
}

h1,
h3 {
    color: #4B8673;
}
.hr{
    width: 50%;
    margin: auto;
}
hr {
    border-style: none;
    color: #F5DF99;
    border-top-style: dotted;
    border-width: 22px;
    margin-left: 40%;
    margin-right: 40%;
    size: 7px;
    transition: 2s;
}

hr:hover {
    border-style: none;
    color: #ffc401;
    border-top-style: dotted;
    border-width: 22px;
    margin-left: 40%;
    margin-right: 40%;
    size: 7px;
    transition: 2s;
}

.head {
    text-align: center;
}

.p {
    color: #ff0303;
    font-family: 'Dancing Script', cursive;
    letter-spacing: 5px;
    font-weight: bolder;
    text-decoration: underline;
    font-size: 3rem;
}

.phello {
    letter-spacing: 10px;
    padding-bottom: 2rem;
    font-size: 5rem;
    transition: 1s;
    color: #4B8673;
    font-family: 'Blaka', cursive;

}

.phello:hover {
    letter-spacing: 12px;
    transform: rotate(10deg);
    font-size: 4rem;
    transition: 1s;
}

#hill {
    width: 100%;
    transition: 3s;
}

#hill:hover {
    filter: contrast();
    margin-top: -2.1rem;
    transition: 3s;
}

#cloud {
    position: relative;
    right: 20%;
    margin-top: 2%;
    margin-bottom: 1%;
    transition: 30s;
}

#cloud:hover {
    position: relative;
    right: 100%;
    margin-top: 0%;
    margin-bottom: 4%;
    transition: 30s;
}

#cloud2 {
    position: relative;
    left: 19%;
    height: 3rem;
    transition: 20s;
}

#cloud2:hover {
    position: relative;
    left: 40%;
    transition: 20s;
    height: 5rem;
}

.paname {
    font-family: 'Sacramento', cursive;
    font-size: 2.7rem;
    color: #66BFBF;
    transition: 3s;
}

.paname:hover {
    font-family: 'Sacramento', cursive;
    font-size: 3rem;
    color: #389494;
    transform: rotate(-10deg);
    transition: 3s;
}

.middle {
    text-align: center;
    margin-bottom: 5%;

}

#pimg {
    height: 15rem;
    margin: -10% auto 3% auto;
    border-radius: 40%;
    transition: 3s;
}

#pimg:hover {
    height: 18rem;
    transition: 1s;
    box-shadow: 10px 10px 15px #356052;
    border-radius: 50%;
}

.cimg {
    height: 10rem;
    border-radius: 50%;
}

.para1 {
    width: 48%;
    margin: auto;
    font-size: 2rem;
    color: #50907b;
    line-height: 4rem;
}

.para1:hover {
    color: #213a32;
    transition: 1s;
}

.h {
    font-size: 4.5rem;
    letter-spacing: .8rem;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    margin: 3%;
}

.eduction {
    width: 70%;
    margin: 2% auto;
    font-family: 'Times New Roman', Times, serif;
}

.clg1 {
    float: right;

    line-height: 2rem;
    width: 60%;
    text-align: left;
}

.bsc {
    float: left;
    height: 8rem;
    margin-right: 9%;
    transition: 1s;
    border-radius: 2%;


}
.bsc:hover{
    transform: rotate(30deg);
    transition: 1s;
}

.clg2 {
    clear: left;
    text-align: justify;
    line-height: 4rem;
    width: 60%;
}

.msc {
    float: right;
    height: 8rem;
    transition: 1s;
    border-radius: 50%;

}
.msc:hover{
    transform: rotate(30deg);
    transition: 1s;
}

.sxc {
    margin-bottom: 6rem;
    margin-top: 7rem;
}
.container{
    text-align: center;
    font-weight: bolder;
    letter-spacing: .02mm;
    margin: 3%;
}
.feature-box{
    padding-top: 2%;
    /* background-color: #bdf2d54f; */
    border-radius: 10px;
    font-size: 1.3rem;
    color: #3C2C3E;
}
.feature-box:hover{
    padding-top: 2%;
    background-color: #bdf2d54f;
    border-radius: 10px;
    font-size: 1.3rem;
    color: #3C2C3E;

    box-shadow: 10px 10px 15px rgba(111, 111, 255, 0.552);
    /* box-shadow: 10px 10px 15px black; */
}
.skillimg{
    height: 6rem;
    }
.delet{
    width: 100%;
    margin: auto;
}
.h{
    color: #389494;
}
footer{
    padding: 1%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 7.5rem;
    background-color: rgb(9, 17, 21);
    /* margin: 0% -22% -4% -22%; */
    text-align: center;
    color: #F6FBF4;
}
.contact-img{
    margin: .3rem;
}
